home *** CD-ROM | disk | FTP | other *** search
File List | 1994-08-31 | 4.8 KB | 69 lines |
- Compendium - C++ Container Class Library
- Copyright (C) 1992-1994, Glenn M. Poorman, All rights reserved
- ------------------------------------------------------------------------------
-
- Object-based Class Description File
- ------------------ ----------- ----
- CmObject Abstract object class. CMOBJECT.H
- |-- CmAssociation Association class. CMASSOC.H
- |-- CmDate Date class. CMDATE.H
- |-- CmString String class. CMSTRING.H
- |-- CmTime Time class. CMTIME.H
- |-- CmTokens String tokenizer. CMTOKENS.H
- |-- CmContainer Abstract container class. CMCONT.H
- | |-- CmArray 1D Array class. CMARRAY.H
- | |-- CmBinaryTree Binary tree class. CMBINTR.H
- | |-- CmBTree BTree class. CMBTREE.H
- | | |-- CmBTreeDictionary BTree dictionary class. CMBDICT.H
- | |-- CmHashTable Hash table class. CMHASH.H
- | | |-- CmBag Bag class. CMBAG.H
- | | |-- CmHashDictionary Hash dictionary class. CMHDICT.H
- | | |-- CmSet Set class. CMSET.H
- | |-- CmLinkedList Singly linked list class. CMLIST.H
- | | |-- CmDeque Double ended queue class. CMDEQUE.H
- | | |-- CmQueue Queue class CMQUEUE.H
- | | |-- CmStack Stack class. CMSTACK.H
- | |-- CmOrderedArray 1D Ordered array class. CMORDARR.H
- | |-- CmRing Circular linked list class. CMRING.H
- |-- CmIterator Abstract iterator class. CMITER.H
- |-- CmArrayIterator Array iterator class. CMARRAY.H
- |-- CmBinaryTreeIterator Binary tree iterator class. CMBINTR.H
- |-- CmBTreeIterator Balanced tree iterator class. CMBTREE.H
- |-- CmHashTableIterator Hash table iterator class. CMHASH.H
- |-- CmLinkedListIterator Linked list iterator class. CMLIST.H
- |-- CmOrderedArrayIterator Ordered array iterator class. CMORDARR.H
- |-- CmRingIterator Ring iterator class. CMRING.H
-
- CmReserve Object reserve class. CMRESERV.H
- CMReserveFile Binary reserve file class. CMRESFIL.H
-
- Template Class Description File
- -------------- ----------- ----
- CmTContainer Abstract container template. CMTCONT.H
- |-- CmTArray 1D Array template. CMTARRAY.H
- |-- CmTBinaryTree Binary tree template. CMTBINTR.H
- |-- CmTBTree BTree template. CMTBTREE.H
- | |-- CmTBTreeDictionary BTree dictionary template. CMTBDICT.H
- |-- CmTHashTable Hash table template. CMTHASH.H
- | |-- CmTBag Bag template. CMTBAG.H
- | |-- CmTHashDictionary Hash dictionary template. CMTHDICT.H
- | |-- CmTSet Set template. CMTSET.H
- |-- CmTLinkedList Singly linked list template. CMTLIST.H
- | |-- CmTDeque Double ended queue template. CMTDEQUE.H
- | |-- CmTQueue Queue template. CMTQUEUE.H
- | |-- CmTStack Stack template. CMTSTACK.H
- |-- CmTOrderedArray 1D Ordered array template. CMTORDAR.H
- |-- CmTRing Circular linked list template. CMTRING.H
-
- CmTIterator Abstract iterator template. CMTITER.H
- |-- CmTArrayIterator Array iterator template. CMTARRAY.H
- |-- CmTBinaryTreeIterator Binary tree iterator template. CMTBINTR.H
- |-- CmTBTreeIterator Balanced tree iterator template. CMTBTREE.H
- |-- CmTHashTableIterator Hash table iterator template. CMTHASH.H
- |-- CmTListIterator Linked list iterator template. CMTLIST.H
- |-- CmTOrderedArrayIterator Ordered array iterator template. CMTORDAR.H
- |-- CmTRingIterator Ring iterator template. CMTRING.H
-
- CmTAssociation Association template. CMTASSOC.H
- CmTVector Generic vector template. CMTVEC.H
-